stringlist: Convert to array
authorBenjamin Otte <otte@redhat.com>
Fri, 3 Jul 2020 23:13:39 +0000 (01:13 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 16 Jul 2020 16:09:58 +0000 (18:09 +0200)
commit60a09e59e86152e1064f9e345e0ed8bbf5b063e0
treea07b9d7a332055b397cb063cf29f877792d4e469
parent6f8e9bf3a9c32922dc75f98bab32dab3848cbd8c
stringlist: Convert to array

Stringlists are usually built and then never modified, and accessing
items through an array is faster.
gtk/gtkstringlist.c